home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / apps / 219 / applic / degasraw.doc < prev    next >
Encoding:
Text File  |  1988-02-16  |  3.1 KB  |  67 lines

  1.  
  2.                                  DEGASRAW.PRG
  3.  
  4.                                  by Tom Hudson
  5.  
  6.                Program for public distribution, not to be sold!
  7.  
  8.  
  9.  
  10.          This program is a handy utility for those who want to include
  11.          bitmaps in their programs or edit bitmaps which were stored
  12.          without proper DEGAS or NeoChrome file headers.  It performs
  13.          two functions:
  14.  
  15.          (1) Loading a DEGAS uncompressed or Neochrome picture file,
  16.          saving the 32000-byte image portion of the file to a new
  17.          file.
  18.  
  19.          (2) Loading a raw, 32000-byte image file and saving it as a
  20.          proper DEGAS or NeoChrome file.
  21.  
  22.                               Using the program.
  23.  
  24.          When run, the program will display a file selector.  You can
  25.          pick the type of file to load with the buttons at the top.
  26.          These are .PI1, .PI2, .PI3, .NEO or .RAW.  Clicking on the
  27.          CANCEL button will abort the program, returning to the
  28.          desktop.
  29.  
  30.          If the file picked is .PI1, .PI2, .PI3 or .NEO, the program
  31.          will automatically create a file of the same name, but with a
  32.          .RAW extension, and write the image data to the file.  For
  33.          example, clicking on the file FROON.PI1 will create a file in
  34.          the same directory called FROON.RAW.  The .RAW files are just
  35.          that -- 32000 bytes in length, and contain just the raw
  36.          32000-byte screen data block.  No color palette information
  37.          is stored.  When the file is successfully written to disk,
  38.          the program returns to the file selector, where another file
  39.          may be converted, or you may exit the program.
  40.  
  41.          If the file picked is a .RAW file, the program reads 32000
  42.          bytes from this file and asks for the format you want to save
  43.          the file in.  You have the choice of saving the file as a
  44.          DEGAS or NeoChrome file.
  45.  
  46.          If NeoChrome is chosen, the program writes out a file of the
  47.          same name as the .RAW file, but with a .NEO extension.  A
  48.          dummy color palette is added, and the file is ready for
  49.          editing by NeoChrome or DEGAS Elite.
  50.  
  51.          If DEGAS is chosen, you have the choice of writing a low,
  52.          medium or high resolution DEGAS file.  Once you choose the
  53.          resolution of the output file, the file is saved with a .PI1,
  54.          .PI2 or .PI3 extension, depending on the resolution.  The
  55.          file is now ready for editing with DEGAS or DEGAS Elite.
  56.  
  57.          In all cases, the original file is left as is on the disk.
  58.          Care must be taken, however, if the file is converted a
  59.          second time.  If you convert the file FROON.RAW to FROON.PI1
  60.          to edit it with DEGAS, then convert the FROON.PI1 file back
  61.          to FROON.RAW, the original FROON.RAW file will be replaced by
  62.          the new one.  For this reason, you should always keep a
  63.          backup copy of the .RAW file on another disk.
  64.  
  65.          If you have any questions or comments about this program,
  66.          please contact Tom Hudson via CompuServe at 76703,4224.
  67.